1.1.6.12. security.insecureAPI.vfork (C)
Warn on uses of the 'vfork' function.

Examples:

void test() {
  vfork(); // warn
}